From: Rico Tzschichholz Date: Mon, 20 Aug 2018 14:57:54 +0000 (+0200) Subject: gesturestylus: Add missing array g-i annotation for *_get_axes params X-Git-Tag: archive/raspbian/3.24.39-1+rpi1~1^2~65^2~32^2~60 X-Git-Url: https://dgit.raspbian.org/%22http://www.example.com/cgi/%22/%22http:/www.example.com/cgi/%22?a=commitdiff_plain;h=2306c82df7b2ae7ec6e60ec53b46643b4fa3dd9f;p=gtk%2B3.0.git gesturestylus: Add missing array g-i annotation for *_get_axes params --- diff --git a/gtk/gtkgesturestylus.c b/gtk/gtkgesturestylus.c index 02019daab8..7eb029f3be 100644 --- a/gtk/gtkgesturestylus.c +++ b/gtk/gtkgesturestylus.c @@ -193,8 +193,8 @@ gtk_gesture_stylus_get_axis (GtkGestureStylus *gesture, /** * gtk_gesture_stylus_get_axes: * @gesture: a GtkGestureStylus - * @axes: array of requested axes, terminated with #GDK_AXIS_IGNORE - * @values: (out): return location for the axis values + * @axes: (array): array of requested axes, terminated with #GDK_AXIS_IGNORE + * @values: (out) (array): return location for the axis values * * Returns the current values for the requested @axes. This function * must be called from either the #GtkGestureStylus:down,